home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / Basic Apps / OmniWeb.1.0.app / English.lproj / WebBrowser.nib / data.classes next >
Encoding:
Text File  |  1995-02-02  |  1.1 KB  |  40 lines

  1. OWDestinationWell = {
  2.     ACTIONS = {"takeURLFrom:" = "takeURLFrom:"; }; 
  3.     OUTLETS = {companion = companion; }; 
  4.     SUPERCLASS = Control; 
  5. };
  6. WebBrowserController = {
  7.     ACTIONS = {
  8.     "addToBookmarks:" = "addToBookmarks:"; 
  9.     "blankBookmarks:" = "blankBookmarks:"; 
  10.     "goBack:" = "goBack:"; 
  11.     "goBookmarks:" = "goBookmarks:"; 
  12.     "goForth:" = "goForth:"; 
  13.     "goHome:" = "goHome:"; 
  14.     "loadOrStop:" = "loadOrStop:"; 
  15.     "printDocument:" = "printDocument:"; 
  16.     "reload:" = "reload:"; 
  17.     "takeDestinationFrom:" = "takeDestinationFrom:"; 
  18.     "viewSource:" = "viewSource:"; 
  19.     }; 
  20.     OUTLETS = {
  21.     currentDestinationWell = currentDestinationWell; 
  22.     jumpDestinationWell = jumpDestinationWell; 
  23.     progressBar = progressBar; 
  24.     progressView = progressView; 
  25.     scrollView = scrollView; 
  26.     stopButton = stopButton; 
  27.     traceButton = traceButton; 
  28.     }; 
  29.     SUPERCLASS = Object; 
  30. };
  31. FirstResponder = {
  32.     ACTIONS = {
  33.     "showBookmarks:" = "showBookmarks:"; 
  34.     "showHierarchyBrowser:" = "showHierarchyBrowser:"; 
  35.     "showHistory:" = "showHistory:"; 
  36.     }; 
  37.     SUPERCLASS = Object; 
  38. };
  39. ProgressView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
  40.